Definition

Shamir secret sharing is a threshold secret-sharing scheme.

Construct, for nn parties, t<nt < n threshold, =q\mathcal{M} = \mathbb{Z}_q message space, 𝒮=q\mathcal{S} = \mathbb{Z}_q share space, qq prime such that q>nq > n, (or replace q\mathbb{Z}_q with any finite field),


References

  1. https://joyofcryptography.com/pdf/chap3.pdf
  2. https://www.ccs.neu.edu/home/wichs/class/crypto-fall17/lecture2.pdf
  3. https://www.ccs.neu.edu/home/wichs/class/crypto-fall17/lecture3.pdf
  4. https://en.wikipedia.org/wiki/Secret_sharing
  5. https://manpages.ubuntu.com/manpages/questing/man7/gfshare.7.html